home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 04 / 4 / DISK0442.ZIP / CLEANUP.BAT < prev    next >
DOS Batch File  |  1989-12-20  |  508b  |  18 lines

  1. c:bat /n * erase %1.ech, %1.dia, %1.pun, %1.src
  2. bat  ***  it is assumed that %1.pun has been renamed or modified
  3. bat  ***  for use as a target language source file, and that
  4. bat  ***  the other files have been printed or are no longer needed)
  5. BAT SHELL
  6. bat %i = 1
  7. bat -loopt
  8. bat if %1 $ %i 1 <> . then goto -notper
  9. BAT TYPE enter filename without extension of any kind
  10. bat exit
  11. bat -notper
  12. BAT %i = %i + 1
  13. bat if %i < 10 then goto -loopt
  14. erase %1.ech
  15. erase %1.dia
  16. erase %1.pun
  17. erase %1.src
  18.